
*{
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar{
    display: none;
  }
  body {
    overflow-x: hidden;
  }
/* HomePage*/
  #HomePage{
    background-color: #e4e5e5;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
/*Logo*/
.logo{
    width:80px;
    height: 80px;
    margin: 0px 2rem 0px 2rem;
    align-items: center;
    display: flex;
    
}
.logo img{
    width:80px;
    height: 80px;
}
.logo h1{
    font-size: 25px;
    font-weight: 500;
    color:black;
}
/*MENU*/
.taskbar{
    position: absolute;
    width: 100%;
    display: block;
}
.bar{
    background-color: #b2222200;
    min-height: 5rem;
    height: auto;  
    font-size: 25px;
    font-family: "Quicksand", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}
#taskbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
  }
.taskbar > div > ul li{
    list-style: none;
    margin-right: 2rem;
    justify-content: space-between;
    display: flex;
    
}
.left-menu{
    display: flex;
    align-items: center;
}
.left-menu li a{
    color: white;
}
.taskbar > div > ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap:50px;
}
.middles{
    display: flex;
}
.shop:hover .bar {
    cursor: pointer;
    background-color: red;
    padding-top: 2rem;
    height: 20rem;
}
/*MENe*/
#menuzz {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    background-color: white; /* Optional: make sure menu is visible */
  }
  
  .hidden {
    transform: translateY(-100%); /* Moves the menu off the top of the viewport */
  }

/*BANNER*/
.banners    {
    width: 100%;
    height: 56.5rem;
    /* background-image: url(/Images-for-stuff/mainBanner_enhanced.png);
    background-repeat: no-repeat;
    background-size:contain; */
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.overlay {
    position: absolute;
    pointer-events: none; /* Allow clicks to pass through to the map areas */
    border: 1px solid black; /* Optional: Add a border for clarity */
  }
.banners-down{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    border-color: #d0042c;
    border-style: solid;
}
.banners-down img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.banner-text{
    padding-right: 5rem;
    display: flex;
    margin-left: 18rem;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 93%;
}
.ban-center{
    width: 37%;
}
.banner-text-h1{
    border-bottom-style: solid;
    border-color: white;
    margin-bottom: 10px;
    width: 42rem;
    padding-bottom: 10px;
    
}
.banner-text-h1 h1{
    font-family: "Bebas Neue", sans-serif;
    font-style:italic;
    font-weight: bolder;
    font-size: 50px;
    color: whitesmoke;

}
.banner-text span{
    font-family: "Noto Sans", serif;
    font-weight: bold;
    text-align: end;
    color: white;
}
/*SEARCH*/
.search-bar{
    background-color: rgba(245, 245, 245, 0);
}
.search-bar input{
    width: 40rem;
    border-style: none;
    background-color: #03243300;
    border-bottom-style: solid;
    font-size: 20px;
}
/*MILK TEA ABOUT*/
.milktea-about{
    width: 50%;
    padding-left: 20px;
}
.milktea-word{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
}
.milktea-banner{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: white;
    
}
/*MILKSHAKE ABOUT*/
.milkshake-about{
    background-color: red;
    width: 50%;
}
/*MENU INSIDE*/
.inside-menu{
    width: 100%;
}
.container-menu{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.right-choice {
    display: flex;
    gap: 20px;
    animation: appearlogo 0.5s forwards;
}
.right-choice >div{
    height: 14rem;
    width: 14rem;
    border-radius: 10px;
    padding: 10px;
    background-color: antiquewhite;
}
.left-choice{
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 20px;
    animation: appearlogo 0.5s forwards;
    background-color: blanchedalmond;
    border-color: #3b9cc9;
    border-style: solid;
    border-width: 10px;
    border-radius: 10px;
}
.left-choice >div ul li{
    list-style: none;
}
.left{
    display: flex;
    flex-direction: column;
    font-size: 11px;
    gap: 50px;
}
.left-choise >div button{
    background-color: red;
}
.left >div{
    background-color: #032433;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 2px #595238;
}

.right{
    display: flex;
    flex-direction: column;
    font-size: 11px;
    gap: 50px;
}
.right >div{
    background-color: #032433;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 2px #595238;
}
/*UP*/
.up{
    background-color: whitesmoke;
    border-radius: 50%;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 20px;
    padding: 5px;
}
.up:hover{
    background-color: rgb(201, 199, 199);
}
@keyframes appeardown {
    from { height: 2.5rem; }
    to { height: 25rem; }
}
@keyframes appearup{
    from { height: 25rem; }
    to { height: 2.5rem; }
}
@keyframes appearlogo{
    from{
        opacity: 0;
        transform: translateY(-100px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes smalltobig{
    from{
        opacity: 0;
        scale: 0.1;
    }
    to{
        opacity: 1;
        scale:1;
    }
}
@keyframes righttoleft{
    from {
        width: 20%;
    }
    to {
        width: 68%;
    }
}
/*===============================*/



/*===============================*/


.class{
    color: forestgreen;
    display: flex;
    
}



/*===============================*/
.div{
    display: flex;
    flex-direction: column;
    margin-bottom: 10rem;
}
.container{
    display: flex;
    flex-direction: column;
    
}

/*Card 1*/
.theme {
    display: flex;
    align-items: center;
    width: 68%;
    height: 20rem;
    background-color: #3b9cc9;
    margin-left: 10rem;
    transform-origin: right;
    animation: righttoleft 0.5s forwards;
}

.card{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 70%;
    position: absolute ;
}
.card img{
    transform: translateX(-100px);
    height: 30rem;
    width: 30rem;
    animation: smalltobig 0.5s forwards;
}

.wakamo{
    height: 250px;
    width: 275px;
    position: absolute;
}
.theme2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: 20rem;
    background-color: #3b9cc9;
    margin-left: 10rem;
    padding: 1rem;
    box-sizing: border-box;
}

.milktea-about2 {
    flex: 1;
    padding-left: 2rem;
}

.card2 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.car2 img {
    height: 250px;
    width: 275px;
}

/*SECTOR*/
.sector-1{
    background-color: rgb(250, 145, 145);
    height: 35rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sector-2{
    background-color: rgb(250, 145, 145);
    height: 35rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sector-3{
    background-color: rgb(250, 145, 145);
    height: 35rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sector-4{
    background-color: rgb(250, 145, 145);
    height: 35rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sector-5{
    height: 38rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
/*SECTOR NEW*/
.sector-new{
    margin-bottom: 10rem;
    height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #d0042c;
    padding: 30px 0px 30px 0px;
}
.sector-new-content{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    height: 100%;
    width: 70%;
}
.new1-bar{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20rem;
}
.new1-bar >div{
    border-radius: 10px;
    width: 100%;
}
.new1-bar >div:nth-child(1){
    height: 40%;
    background-color:whitesmoke;
    background-image: url("https://doxo.com.ph/wp-content/uploads/2024/01/WINTERMELON-MILK-TEA-web.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bar-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.temp-bar{

}
.temp-bar-bottom{
    padding: 5px;
    background-color: #0000007a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: whitesmoke;
}
.bar-title{
    font-family: "Bebas Neue", sans-serif;
    font-style:italic;
}
.bar-desc{
    font-family: "Noto Sans", serif;
    font-weight: 300;
    font-size: 15px;
}
.temp-bar-bottom{
    display: none;
}
.new1-bar >div:hover .temp-bar-bottom{
    display: block;
    transform-origin: bottom;
    transform: scaleY(0);
    animation: 0.2s appeardescription forwards;
}
.new1-bar >div:nth-child(2){
    height: 60%;
    background-color: whitesmoke;
    background-image: url("https://doxo.com.ph/wp-content/uploads/2024/01/WINTERMELON-MILK-TEA-web.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.new2-bar{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20rem;
}
.new2-bar >div{
    border-radius: 10px;
}
.new2-bar >div:hover .temp-bar-bottom{
    display: block;
    transform-origin: bottom;
    transform: scaleY(0);
    animation: 0.2s appeardescription forwards;
}
.new2-bar >div:nth-child(1){
    height: 60%;
    background-color: whitesmoke;
    background-image: url("https://doxo.com.ph/wp-content/uploads/2024/01/WINTERMELON-MILK-TEA-web.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.new2-bar >div:nth-child(2){
    height: 40%;
    background-color: whitesmoke;
    background-image: url("https://doxo.com.ph/wp-content/uploads/2024/01/WINTERMELON-MILK-TEA-web.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
}
/*SECTOR REAL*/
.sector-1-test{
    background-color:#d0042c;
    padding: 20px;
    height: 20rem;
    display: flex;
    gap: 20px;
    margin-bottom: 15rem;
}
.image-left{
    display: flex;
    gap: 20px;
    width: 50%;
}
.sector-1-image:hover{
    transform: scale(1.2);
    transition: 0.2s transform ease-in-out;
}
.image-left .sector-1-image:not(:hover) {
    transform: scale(1); /* Shrink other images a bit */
  }
.sector-1-image{
    background-color: #f3f3f1;
    border-radius: 50%;
    width: 100%;
    height: 100%;  
    display: flex;
    justify-content: center;
    align-items: center;
}
.sector-1-item{
    height: 100%;
    width: 100%;
}
.sector-1-item img{
    height: 100%;
    width: 100%;
}
.sector-1-about{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 0px 10px;
}
.sector-1-about span{
    color: white;
    font-family: "Noto Sans", serif;
    font-size: 20px;
    font-weight: 300;
}
.sector-1-about-banner h1{
    color: white;
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}
.about-button button{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 15px;
}
.about-button button:hover{
    font-size: 16px;
    transition: 0.1s font-size ease-in;
}
@keyframes hove{
    0% {
        transform: scale(0.1); /* Start as a small circle */
      }
      100% {
        transform: scale(1); /* Grow to normal size */
      }
}
/*SECTOR 2 REAL*/
.sector-2-test{
    background-color:#d0042c;
    padding: 20px;
    height: 40rem;
}
.sector-2-container{
    height: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.sector-2-image{
    display: flex; 
    gap: 10px;
    height: 90%;
    width: 100%;
}
.test{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 12, 12, 0.432);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-top{
    height: 60%;
}
.item-bottom{
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.item-title h2{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.item-description{
    text-align: center;
}
.item-description span{
    font-family: "Poppins", serif;
    font-weight: 200;
}
.sector-2-image >div{
    position: relative;
    background-color: #e4dfe0;
    border-radius: 10px;
    width: 100%;
    display: flex;
    cursor: pointer;
}
.sector-2-image >div:hover .test {
    display: flex;
}

.sector-2-image div img{
    height: 100%;
}
.sector-2-button{
    width: 100%;
    height: 10%;
    border-radius: 10px;
    background-color: rgb(240, 239, 239);
    display: flex;
    justify-content: center;
    align-items: center;
}
.test {
    display: none;
}
  
.sector-2-image > div:hover .test {
    display: flex;
    transform-origin: bottom;
    transform: scaleY(0);
    animation: 0.3s appeardescription forwards;
}
@keyframes appeardescription{
    from {
        transform: scaleY(0);
      }
      to {
        transform: scaleY(1); 
      }
}
/*BACKGOUND WAVE*/
.wave-background {
    width: 100%;
    height: 20rem;
    background: #d0042c; /* Gradient background color */
    clip-path: polygon(50% 59%, 71% 71%, 100% 58%, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0 60%, 25% 71%);
    z-index: -1;

  }
.message-background{
    width: 100%;
    height: 25rem;
    background: #d0042c; /* Gradient background color */
    clip-path: polygon(0% 0%, 100% 0%, 100% 4%, 62% 5%, 51% 25%, 39% 5%, 0 4%);
    z-index: -1;
}
.maybe{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    
}
.maybe img{
    height: 40rem;
    transform: rotate(-15deg) translate(-50px, 0px);
}
.maybe2{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.maybe2 img{
    height: 40rem;
    transform: rotate(15deg) translate(50px, 0px);
}
/*SECTOR 3 TEST*/
.sector-3-test{
    background-color: #d0042c;
    height: 30rem;
    margin-bottom: 12rem;
}
.sector-3-about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.sector-3-content{
    display: flex;
    justify-content: center;
}
.sector-3-image{
    display: flex;
    transform: translateY(-75px);
}
.sector-3-image img{
    height: 40rem;
}
.sector-3-next{
    display: flex;
}
.sector-3-banner h1{
    font-family: "Bebas Neue", sans-serif;
    font-style:italic;
    font-weight: bolder;
    font-size: 50px;
    color: whitesmoke;
}
.sector-3-about-text{
    width: 30rem;
    height: 7.5rem;
    font-family: "Rethink Sans", serif;
    color: white;
}
.sector-3-button button{
    padding: 7px 10px 7px 10px;
}
.sector-3-button button:nth-child(1){
    border-style: solid;
    border-color: white;
    background-color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 1000;
    color:#d0042c;
}
.sector-3-button button:nth-child(2){
    border-style: solid;
    border-color: white;
    background-color: #d0042c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 1000;
    color:#ffffff;
}
.sector-3-bar{
    display: flex;
    align-items: center;
    gap: 5px;
}
.sector-3-bar div{
    width: 3.5rem;
    height: 1rem;
    background-color: white;
}
.sector-3-next{
    display: flex;
    align-items: center;
    gap: 20px;
}
.sector-3-left{
    background-color: white;
    height: 2rem;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sector-3-right{
    background-color: white;
    height: 2rem;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*comment*/
.comment-sector{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10rem 0px 10rem;
    height: 100%;
    width: 100%;
    
}
.comment-left{
    height: 100%;
    width: 65%;
    background-color: #d0042c;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;

}
.comment-text{
    padding: 40px 20px 20px 20px;
    font-family: "Poppins", serif; 
}
.comment-next{
    display: flex;
    gap: 5px;
    padding-left: 10px;
}
.comment-next >div button{
    border-style: none;
}
.next-left{
    background-color: whitesmoke;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next-right{
    background-color: whitesmoke;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.where{
    background-color: #f5a4a4;
    height: 25%;
    padding-left: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment-where-img{
    display: flex;
    width: 80%;
    justify-content: space-evenly;
}
.comment-where-img img{
    height: 4rem;
}
.comment-right{
    height: 100%;
    width: 50%;
    background-color: rgb(240, 238, 238);
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.comment-banner-top{
    padding: 40px 20px 20px 20px;
}
.comment-banner-top h2{
    font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.comment-result{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.comment-button-left{
    display: flex;
    justify-content: center;
    background-color:#d0042c;
    padding: 10px;
    border-radius: 50%;
}
.comment-button-right{
    display: flex;
    justify-content: center;
    background-color:#d0042c;
    padding: 10px;
    border-radius: 50%;
}
.comment-result-about-banner{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.comment-result-container{

    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.comment-result-image{
    height: 20rem;
}
.comment-result-image img{
    height: 100%;
}
.comment-result-about-text{
    display: flex;
    padding: 10px;
}
.text-left{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-left button{
    padding: 10px;
    background-color: #d0042c;
    border-style: none;
    border-radius: 10px;
}
.text-right{
    width: 70%;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}
/*MIDDLE*/
.shake-1 {
    display: flex;
    justify-content: space-between;
    height: 20rem;
    width: 68%;
    background-color: #3b9cc9;
    transform-origin: right;
    animation: righttoleft 0.5s forwards;
}
.shake-about{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shake-img img{
    width: 30rem;
    height: 30rem;
    position: absolute;
    margin-left: 4rem;
    transform: translateY(-75px);
    animation: smalltobig 0.5s forwards;
}
.middle{
    display: flex;
    justify-content: flex-end;
    margin-right: 10rem;
    
}
/*draggable*/
.draggable { 
    display: flex; 
    flex-wrap: nowrap; 
    overflow-x: scroll; 
    cursor: pointer; 
    height: 20rem;
    gap: 2rem;

} 
.item img{
    height: 100%;
}
.item { 
    flex: 0 0 auto;
    background-color: #f5a4a4; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.sector-6{
    margin-bottom: 5rem;
}
/*card2*/

.yunaispink{
    width: 275px;
    height: 245px;
}

/*FOOTERS*/
.foot-container{
    background-color: rgb(245, 79, 79);
    display: flex;
    padding: 20px;
}
.banner span{
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.banner{
    margin-bottom: 20px;
}
.foot-container >div{
    height: 15rem;
    width: 20rem;
}
.social img{
    height: 40px;
    width: 40px;
    
}
.stores ul li{
    list-style: none;
    margin-bottom:15px;
    font-family:'Courier New', Courier, monospace;
}
.stores{
    
}

/*Under line from html*/
a:visited{
    color: #FFD5C7;
}
a{
    text-decoration: transparent;
}
